Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: multipart-provider is not a quarkus extension #10486

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

kdnakt
Copy link
Contributor

@kdnakt kdnakt commented Jul 6, 2020

mvn io.quarkus:quarkus-maven-plugin:1.5.2.Final:create \
    -DprojectGroupId=org.acme \
    -DprojectArtifactId=amazon-s3-quickstart \
    -DclassName="org.acme.s3.S3SyncClientResource" \
    -Dpath="/s3" \
    -Dextensions="resteasy-jsonb,multipart-provider,amazon-s3"

I tried the above command in the S3 guide and got the following error.

❌ Cannot find a dependency matching 'multipart-provider', maybe a typo?

So I fixed the document according to this guide.

@gastaldi gastaldi added this to the 1.7.0 - master milestone Jul 6, 2020
@gastaldi
Copy link
Contributor

gastaldi commented Jul 6, 2020

@kdnakt good catch! Thank you!

@gastaldi gastaldi merged commit 8f46dec into quarkusio:master Jul 6, 2020
@gsmet gsmet modified the milestones: 1.7.0 - master, 1.6.1.Final Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants